Auto merge of #3331 - alexcrichton:fix-segfaults, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 26 Nov 2016 17:12:07 +0000 (11:12 -0600)
committerGitHub <noreply@github.com>
Sat, 26 Nov 2016 17:12:07 +0000 (11:12 -0600)
Update git2 fixing initialization races

This updates libgit2/libssh2 bindings to fix initialization races in
OpenSSL. This should fix some of the spurious segfaults we've been
seeing on Travis OSX.


Trivial merge